home *** CD-ROM | disk | FTP | other *** search
INI File | 1999-10-22 | 5.4 KB | 150 lines |
- ; NETPNIC.INF
- ;
- ; Information file for Linksys LNE100TX Fast Ethernet Adapter. Version v4.18
- ;
- ; Copyright (c) 1999 Microsoft
- ; Copyright (c) 1999 Linksys
-
- [version]
- Signature = "$Windows NT$"
- Class = Net
- ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
- Provider = %MSFT%
- LayoutFile = layout.inf
- DriverVer=10/22/1999,4.54.16.0
-
- [Manufacturer]
- %Linksys% = Linksys
-
- [ControlFlags]
- ExcludeFromSelect = PCI\VEN_11AD&DEV_0002, \
- PCI\VEN_11AD&DEV_0002&SUBSYS_000211AD, \
- PCI\VEN_11AD&DEV_0002&SUBSYS_000311AD, \
- PCI\VEN_11AD&DEV_0002&SUBSYS_F00311AD, \
- PCI\VEN_11AD&DEV_0002&SUBSYS_FFFF11AD
-
- [Linksys]
- %PNIC.DeviceDesc% = PNIC.ndi, PCI\VEN_11AD&DEV_0002
- %PNIC.DeviceDesc% = PNIC.ndi, PCI\VEN_11AD&DEV_0002&SUBSYS_000311AD
- %PNIC.DeviceDesc% = PNIC.ndi, PCI\VEN_11AD&DEV_0002&SUBSYS_000211AD
- %PNIC.DeviceDesc% = PNIC.ndi, PCI\VEN_11AD&DEV_0002&SUBSYS_F00311AD
- %PNIC.DeviceDesc% = PNIC.ndi, PCI\VEN_11AD&DEV_0002&SUBSYS_FFFF11AD
-
- ;-------------------------------------------------------------------------------
- ; LNE100TX Fast Ethernet Adapter
- ;
- [PNIC.ndi]
- Characteristics = 0x84
- BusType = 5
- AddReg = params.reg, PL100.reg
- CopyFiles = lne100tx.CopyFiles
-
- [PNIC.ndi.Services]
- AddService = lne100tx, 2, lne100tx.Service, lne100tx.EventLog
-
- ;-------------------------------------------------------------------------------
- ; LNE100TX Fast Ethernet Adapter parameters
- ;
- [params.reg]
- ;ConnectionType
- HKR, Ndi\params\ConnectionType, ParamDesc, 0, %ConnectionType%
- HKR, Ndi\params\ConnectionType, default, 0, "0"
- HKR, Ndi\params\ConnectionType, type, 0, "enum"
- HKR, Ndi\params\ConnectionType\enum, "0", 0, %AutoDetect%
- HKR, Ndi\params\ConnectionType\enum, "1", 0, %10%
- HKR, Ndi\params\ConnectionType\enum, "2", 0, %10FD%
- HKR, Ndi\params\ConnectionType\enum, "3", 0, %100%
- HKR, Ndi\params\ConnectionType\enum, "4", 0, %100FD%
-
- ;Transmit Threshold
- HKR, Ndi\params\TxThreshold, ParamDesc, 0, %TransmitThreshold%
- HKR, Ndi\params\TxThreshold, default, 0, "6"
- HKR, Ndi\params\TxThreshold, type, 0, "enum"
- HKR, Ndi\params\TxThreshold\enum, "0", 0, %StoreandForward%
- HKR, Ndi\params\TxThreshold\enum, "1", 0, %36Bytes%
- HKR, Ndi\params\TxThreshold\enum, "2", 0, %72Bytes%
- HKR, Ndi\params\TxThreshold\enum, "3", 0, %96Bytes%
- HKR, Ndi\params\TxThreshold\enum, "4", 0, %128Bytes%
- HKR, Ndi\params\TxThreshold\enum, "5", 0, %160Bytes%
- HKR, Ndi\params\TxThreshold\enum, "6", 0, %256Bytes%
-
- ;Burst Length
- HKR, Ndi\params\BurstLength, ParamDesc, 0, %BurstLength%
- HKR, Ndi\params\BurstLength, default, 0, "10"
- HKR, Ndi\params\BurstLength, type, 0, "enum"
- HKR, Ndi\params\BurstLength\enum, "1", 0, %1DWORD%
- HKR, Ndi\params\BurstLength\enum, "2", 0, %2DWORDS%
- HKR, Ndi\params\BurstLength\enum, "4", 0, %4DWORDS%
- HKR, Ndi\params\BurstLength\enum, "8", 0, %8DWORDS%
- HKR, Ndi\params\BurstLength\enum, "10", 0, %16DWORDS%
- HKR, Ndi\params\BurstLength\enum, "20", 0, %32DWORDS%
-
-
- ;-------------------------------------------------------------------------------
- ; LNE100TX Driver parameters
- ;
- [PL100.reg]
- HKR, Ndi, Service, 0, "Lne100tx"
- HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
- HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
- HKR, , AdapterCFID, 0, "000211AD"
- HKR, , MediaType, 0, "1"
- HKR, , AdapterType, 0, "5"
-
- [lne100tx.CopyFiles]
- lne100tx.sys
-
- [lne100tx.Service]
- DisplayName = %lne100tx.Service.DispName%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_DEMAND_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\lne100tx.sys
- LoadOrderGroup = NDIS
-
- [lne100tx.EventLog]
- AddReg = lne100tx.AddEventLog.reg
-
- [lne100tx.AddEventLog.reg]
- HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
- HKR, , TypesSupported, 0x00010001, 7
-
- ;-------------------------------------------------------------------------------
- ; Destination Directories
- ;
- [DestinationDirs]
- lne100tx.CopyFiles = 12
-
- ;-------------------------------------------------------------------------------
- ; Localizable Strings
- ;
- [strings]
- MSFT = "Microsoft"
- Linksys = "Linksys"
-
- ConnectionType = "Connection Type"
- AutoDetect = "Auto Detect"
- 10 = "10BaseT"
- 10FD = "10BaseT Full Duplex"
- 100 = "100BaseTx"
- 100FD = "100BaseTx Full Duplex"
- TransmitThreshold = "Transmit Threshold"
- StoreandForward = "Store and Forward"
- 36Bytes = "36 Bytes"
- 72Bytes = "72 Bytes"
- 96Bytes = "96 Bytes"
- 128Bytes = "128 Bytes"
- 160Bytes = "160 Bytes"
- 256Bytes = "256 Bytes"
- BurstLength = "Burst Length"
- 1DWORD = "1 DWORD"
- 2DWORDS = "2 DWORDS"
- 4DWORDS = "4 DWORDS"
- 8DWORDS = "8 DWORDS"
- 16DWORDS = "16 DWORDS"
- 32DWORDS = "32 DWORDS"
-
- PNIC.DeviceDesc = "LNE100TX Fast Ethernet Adapter Version 1.0"
- lne100tx.Service.DispName = "Linksys LNE100TX Fast Ethernet PCI Adapter"
-
-